home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / mac / DATA / 33 / 00034_Script_34 < prev    next >
Text File  |  1995-08-07  |  351b  |  22 lines

  1. on exitFrame
  2.   CHECKSE
  3.   if rollover(3) then 
  4.     go"SM"
  5.   else if rollover(5) then 
  6.     go"01"
  7.   else if rollover(6) then 
  8.     go"02"
  9.   else if rollover(7) then 
  10.     go"03"
  11.     
  12.   else if rollover(9) then 
  13.     go"M"
  14.   else if rollover(10) then 
  15.     go"K"
  16.   
  17.   else if rollover(18) then 
  18.     go"QUIT"
  19.   else
  20.     go"S"
  21.   end if
  22. end